home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 11 / PC World Interactive 11.iso / share / grafik / slide.exe / DemoSlide.exe / 0 / RCDATA / TFORM2 / TFORM2.txt < prev   
Text File  |  1998-06-20  |  4KB  |  184 lines

  1. object Form2: TForm2
  2.   Left = 254
  3.   Top = 120
  4.   BorderStyle = bsDialog
  5.   Caption = 'Costumize text...'
  6.   ClientHeight = 357
  7.   ClientWidth = 429
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 2
  18.     Top = 2
  19.     Width = 425
  20.     Height = 353
  21.     BevelInner = bvLowered
  22.     BorderWidth = 3
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 72
  26.       Top = 24
  27.       Width = 277
  28.       Height = 24
  29.       Caption = 'Costumize bar and About box'
  30.       Font.Charset = DEFAULT_CHARSET
  31.       Font.Color = clWindowText
  32.       Font.Height = -19
  33.       Font.Name = 'MS Sans Serif'
  34.       Font.Style = [fsBold]
  35.       ParentFont = False
  36.     end
  37.     object Image1: TImage
  38.       Left = 24
  39.       Top = 80
  40.       Width = 374
  41.       Height = 18
  42.       AutoSize = True
  43.       Picture.Data = {<image000.bmp>}
  44.     end
  45.     object Label2: TLabel
  46.       Left = 32
  47.       Top = 82
  48.       Width = 54
  49.       Height = 13
  50.       Caption = 'Your text....'
  51.       Color = clWhite
  52.       Font.Charset = DEFAULT_CHARSET
  53.       Font.Color = clWhite
  54.       Font.Height = -11
  55.       Font.Name = 'MS Sans Serif'
  56.       Font.Style = []
  57.       ParentColor = False
  58.       ParentFont = False
  59.       Transparent = True
  60.       Layout = tlCenter
  61.     end
  62.     object Image2: TImage
  63.       Left = 24
  64.       Top = 160
  65.       Width = 203
  66.       Height = 136
  67.       AutoSize = True
  68.       Picture.Data = {<image001.bmp>}
  69.     end
  70.     object Label3: TLabel
  71.       Left = 46
  72.       Top = 196
  73.       Width = 165
  74.       Height = 22
  75.       AutoSize = False
  76.       Caption = '       Your text...'
  77.       Font.Charset = ANSI_CHARSET
  78.       Font.Color = clWindowText
  79.       Font.Height = -19
  80.       Font.Name = 'Times New Roman'
  81.       Font.Style = [fsBold]
  82.       ParentFont = False
  83.       Transparent = True
  84.     end
  85.     object Label4: TLabel
  86.       Left = 58
  87.       Top = 226
  88.       Width = 151
  89.       Height = 15
  90.       AutoSize = False
  91.       Caption = '       More of your text'
  92.       Font.Charset = ANSI_CHARSET
  93.       Font.Color = clWindowText
  94.       Font.Height = -13
  95.       Font.Name = 'Times New Roman'
  96.       Font.Style = [fsBold]
  97.       ParentFont = False
  98.       Transparent = True
  99.     end
  100.     object Label5: TLabel
  101.       Left = 48
  102.       Top = 246
  103.       Width = 163
  104.       Height = 24
  105.       AutoSize = False
  106.       Caption = '     Text text text'
  107.       Font.Charset = DEFAULT_CHARSET
  108.       Font.Color = clWindowText
  109.       Font.Height = -19
  110.       Font.Name = 'MS Sans Serif'
  111.       Font.Style = []
  112.       ParentFont = False
  113.       Transparent = True
  114.     end
  115.     object Edit1: TEdit
  116.       Left = 28
  117.       Top = 109
  118.       Width = 235
  119.       Height = 21
  120.       MaxLength = 42
  121.       TabOrder = 0
  122.       Text = 'Your text....'
  123.       OnChange = Edit1Change
  124.     end
  125.     object Edit2: TEdit
  126.       Left = 250
  127.       Top = 194
  128.       Width = 129
  129.       Height = 21
  130.       MaxLength = 20
  131.       TabOrder = 1
  132.       Text = '        Your text...'
  133.       OnChange = Edit2Change
  134.     end
  135.     object Edit3: TEdit
  136.       Left = 250
  137.       Top = 222
  138.       Width = 129
  139.       Height = 21
  140.       MaxLength = 30
  141.       TabOrder = 2
  142.       Text = '        More of your text'
  143.       OnChange = Edit3Change
  144.     end
  145.     object Edit4: TEdit
  146.       Left = 250
  147.       Top = 250
  148.       Width = 129
  149.       Height = 21
  150.       MaxLength = 20
  151.       TabOrder = 3
  152.       Text = '      Text text text'
  153.       OnChange = Edit4Change
  154.     end
  155.     object Button1: TButton
  156.       Left = 328
  157.       Top = 308
  158.       Width = 75
  159.       Height = 25
  160.       Caption = 'Cancel'
  161.       TabOrder = 4
  162.       OnClick = Button1Click
  163.     end
  164.     object Button2: TButton
  165.       Left = 230
  166.       Top = 308
  167.       Width = 75
  168.       Height = 25
  169.       Caption = 'Next >'
  170.       TabOrder = 5
  171.       OnClick = Button2Click
  172.     end
  173.   end
  174.   object Button3: TButton
  175.     Left = 146
  176.     Top = 310
  177.     Width = 75
  178.     Height = 25
  179.     Caption = '< Back'
  180.     TabOrder = 1
  181.     OnClick = Button3Click
  182.   end
  183. end
  184.